Image(filename="images/pydata_logo.png", width='300px')
PyData Code of Conduct¶
https://pydata.org/code-of-conduct/¶
IFrame('https://pydata.org/code-of-conduct/', **default_size)
NumFOCUS¶
- US-based charity in support of open-source scientific computing
- Financial and admin support for many open-source projects
- Support for many community events
- https://numfocus.org
IFrame('https://numfocus.org/sponsored-projects', **default_size)
IFrame('https://ir22.numfocus.org/', **default_size)
PyData¶
- Educational program by NumFOCUS
- A global community
- 219 groups across 76 countries world-wide (+3 new countries in 2023!) 🇳🇿🇳🇿🇳🇿
- 213,000+ users world-wide (+23,000 per year!)
Image('images/pydata-map.png', **default_size)
Image('images/pydata-uk-map.png', **default_size)
PyData London¶
13,500+ members (Approx +100 members/month, we can do better! Tell a friend! Submit a talk! Need more ⚡)
Monthly meetup + annual conference
All run by volunteers
Propose a Talk: https://london.pydata.org/submit-a-talk/
Image('images/pydata-london-rating.png', **default_size)
Image('images/pydata-london-screenshot.png', **default_size)
Man Group¶
- The world's largest publicly traded hedge fund company with $143 billion in funds under management in 2022.
- 100 open positions in both tech and research.
- Sponsors PyData London ❤️❤️❤️
Upcoming Conferences¶
Courtesy of https://pythondeadlin.es/¶
IFrame('https://pythondeadlin.es/', **default_size)
✨ PyData Southampton is back 🎉¶
- Tuesday 16th January, 7 - 9pm
We plan to have a monthly meetup on the third Tuesday of the month so if anyone is near the south coast they are both welcome to join and/or to submit a talk (if they want to practice at a smaller meetup) here https://bit.ly/pydata-southampton
Image('images/pydata-southampton.png', **default_size)
A few changes in the meetup schedule¶
- Introducing unscheduled lightning talks
- The scheduled lightning talk will be before the break.
If you want to give a lightning talk today, please tell us about it. The scheduled lightning talk is before the break.
1️⃣ 📊💸 An Insider's View on How Data Is Changing The Venture Capital Industry — Jamie Bristow¶
Data is becoming increasingly important in Venture Capital. An industry that has historically been reliant upon personal networks and gut feel over data analytics is rapidly changing. This talk will give an insider's view on how funds are leveraging data (and implementing specific techniques in Python) to find, evaluate and support startups through their journey.
Jamie Bristow is the Principal at Frontline Ventures, one of Europe's leading early-stage funds that has invested in over 100+ startups over the last decade. Prior to moving into Venture Capital, Jamie was a data analytics consultant that worked to implement Data Science initiatives across a range of industries.
2️⃣ 🛠️🌐 Building Web Apps in Python — François du Vignaud¶
Dive into the novel concept of building Single Page Applications (SPAs) using Python, tracing web technology evolution from early HTTP to WebSocket. This talk provides an overview of key technologies like HTML, JavaScript, and React, then focuses on Python-based SPA development, contrasting it with traditional JavaScript approaches. The session introduces Server-Driven UIs, illustrating Python's role in generating JS code with tools like Dash and emerging frameworks like JustPy. Concluding with a practical 'Hello World' example, the talk offers insights into the advantages and challenges of Python-centric SPA development.